home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / v8n05.arc / _README.DOC next >
Encoding:
Text File  |  1989-02-15  |  3.1 KB  |  55 lines

  1. As of February 9, the most recent files uploaded to the PC MagNet Utilities
  2. Database (GO UTILITIES) are from PC Magazine, Vol 8, No 5, dated March 14, 1989.
  3.  
  4. Utilities: "Free Software Breakout Box"-- Without touching a cable, LITES tells
  5. you why your serial printer won't print or your modem won't send. This utility
  6. emulates costly hardware breakout boxes. LITES is available in .COM, .ASM, and
  7. .BAS formats. A short documentation file is labeled LITES.DOC.
  8.  
  9. V8N05.ARC contains all of the files from the issue in an ARC file. Be sure to
  10. unARC before using.
  11.  
  12. Shareware: (BOYAN40A.ARC, BOYAN40B.ARC)--Justin Boyan sent us version 4 of his
  13. magnificent comm program, BOYAN. BOYAN40A contains the program files and
  14. BOYAN40B has the documentation.
  15.  
  16. User-to-User: (MOVE.BAT, SCRUB.BAT, MULTI.BAT)--MOVE.BAT moves a file from one
  17. place to another in DOS with a single command. SCRUB.BAT wipes files off a
  18. floppy disk faster than formatting. MULTI.BAT lets you give wildcard file
  19. specifications to commands.
  20.  
  21. Power User: (MACMEN.WPM)-- MACMEN.WPM allows users of WordPerfect, Version 5.0
  22. to create their own customized menus.
  23.  
  24. Languages: (DELAY.BAS, SORT.BAS, BINARY.PAS, BLKRD.PAS and SAVE.BAS)--DELAY.BAS
  25. creates a delay in a BASIC routine. However, instead of sitting in an empty
  26. loop, like most delay programs, this one not only provides a delay but will also
  27. return the number of seconds remaining. This even allows you to perform
  28. different tasks depending on how much time is left.  SORT.BAS is a BASIC program
  29. which, like DELAY.BAS allows for two different tasks to be performed at once.
  30. BINARY.PAS, the Turbo Pascal program, can be used to display in binary any digit
  31. from 0 to 7 using the Caps, Num, and Scroll Lock indicators. It takes one
  32. parameter, in integer between 0 and 7, and displays it in binary on the Lock
  33. indicator LEDs. BLKRD.PAS (BlockRead) is a Turbo Pascal program which can
  34. drastically reduce the time involved in sequentially reading a file typed in
  35. Turbo Pascal. The compiler is make to believe that the file is untyped and uses
  36. BlockRead instructions with a buffer that holds many records. SAVE.BAS saves the
  37. current date and time with a program, as well as the number of times it has been
  38. saved.
  39.  
  40. Connectivity Clinic: (RELOG.BAT)-- RELOG.BAT, located in the LOGIN directory of
  41. the first network drive, globally alters aspects of the network booting process
  42. and allows a user to relog onto the network under another account.
  43.  
  44. Power Programming: (NUMB1.C, NUMB2.C, RLINE.ASM, and TYPEFILE.ASM)--NUMB1.C is a
  45. utility that numbers the lines of a text file using the C low-level file
  46. functions, while NUMB2.C numbers the lines using the C stream file functions.
  47. Both accept a single filename on the command line and create a new version of
  48. that file with each line numbered. Both leave the original file intact.
  49. RLINE.ASM is an assembly language DOS subroutine that reads a text file one line
  50. at a time. TYPEFILE.ASM is a short demonstration program which can be linked
  51. with RLINE.ASM to illustrate its use.
  52.  
  53. Updates: (LOG.ASM, LOG.COM)--we updated LOG to take care of a couple of bugs. 
  54. Be sure to download version 1.1.
  55.